home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
src
/
WWW
/
Library
/
Implementation
/
HTTP.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-09
|
504 b
|
30 lines
/* */
/* HyperText Tranfer Protocol HTTP.h
** ==========================
*/
#ifndef HTTP_H
#define HTTP_H
#include "HTAccess.h"
#ifdef OLD_CODE
/* Load Document using HTTP
** ------------------------
*/
extern int HTLoadHTTP PARAMS((
CONST char * arg,
/* CONST char * gateway, */
HTParentAnchor * anAnchor,
int diag));
#endif
extern HTProtocol HTTP;
#endif /* HTTP_H */
/*
*/